home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2001 May / macformat_103_may_2001.iso / Mac OS X Shareware / Fizilla / Defaults / Pref / all.js next >
Encoding:
Text File  |  2001-03-26  |  18.7 KB  |  452 lines  |  [TEXT/CWIE]

  1. /* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
  2.  *
  3.  * The contents of this file are subject to the Netscape Public
  4.  * License Version 1.1 (the "License"); you may not use this file
  5.  * except in compliance with the License. You may obtain a copy of
  6.  * the License at http://www.mozilla.org/NPL/
  7.  *
  8.  * Software distributed under the License is distributed on an "AS
  9.  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  10.  * implied. See the License for the specific language governing
  11.  * rights and limitations under the License.
  12.  *
  13.  * The Original Code is mozilla.org code.
  14.  *
  15.  * The Initial Developer of the Original Code is Netscape
  16.  * Communications Corporation.  Portions created by Netscape are
  17.  * Copyright (C) 1998 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  *
  20.  * Contributor(s):
  21.  */
  22.  
  23. // SYNTAX HINTS:  dashes are delimiters.  Use underscores instead.
  24. //  The first character after a period must be alphabetic.
  25.  
  26. pref("network.search.url","http://cgi.netscape.com/cgi-bin/url_search.cgi?search=");
  27.  
  28. pref("keyword.URL", "http://keyword.netscape.com/keyword/");
  29. pref("keyword.enabled", true);
  30. pref("general.useragent.locale", "chrome://navigator/locale/navigator.properties");
  31. pref("general.useragent.misc", "0.8.1");
  32.  
  33. pref("general.startup.browser",             true);
  34. pref("general.startup.mail",                false);
  35. pref("general.startup.news",                false);
  36. pref("general.startup.editor",              false);
  37. pref("general.startup.compose",             false);
  38. pref("general.startup.addressbook",         false);
  39.  
  40. pref("general.open_location.last_url",      "");
  41. pref("general.open_location.last_window_choice", 0);
  42.  
  43. // 0 = blank, 1 = home (browser.startup.homepage), 2 = last
  44. pref("browser.startup.page",                1);
  45. pref("browser.startup.homepage",       "chrome://navigator/locale/navigator.properties");
  46. // "browser.startup.homepage_override" was for 4.x
  47. pref("browser.startup.homepage_override.1", true);
  48. pref("browser.startup.autoload_homepage",   true);
  49.  
  50. pref("browser.cache.disk_cache_size",       7680);
  51. pref("browser.cache.enable",                true);
  52. pref("browser.cache.disk.enable",           true);
  53. pref("browser.cache.memory_cache_size",     1024);
  54. pref("browser.cache.disk_cache_ssl",        false);
  55. pref("browser.cache.check_doc_frequency",   0);
  56.  
  57. pref("browser.display.use_document_fonts",  1);  // 0 = never, 1 = quick, 2 = always
  58. pref("browser.display.use_document_colors", true);
  59. pref("browser.display.use_system_colors",true);
  60. pref("browser.display.foreground_color",    "#000000");
  61. pref("browser.display.background_color",    "#C0C0C0");
  62. pref("browser.anchor_color",                "#0000EE");
  63. pref("browser.visited_color",               "#551A8B");
  64. pref("browser.underline_anchors",           true);
  65.  
  66. pref("browser.chrome.toolbar_tips",         true);
  67. pref("browser.chrome.toolbar_style",        2);
  68.  
  69. pref("browser.toolbars.showbutton.bookmarks", false);
  70. pref("browser.toolbars.showbutton.go",      false);
  71. pref("browser.toolbars.showbutton.home",    true);
  72. pref("browser.toolbars.showbutton.mynetscape", true);
  73. pref("browser.toolbars.showbutton.net2phone", true);
  74. pref("browser.toolbars.showbutton.print",   true);
  75. pref("browser.toolbars.showbutton.search",  true);
  76.  
  77. pref("accessibility.browsewithcaret", false);
  78. pref("accessibility.usetexttospeech", "");
  79. pref("accessibility.usebrailledisplay", "");
  80.  
  81. // Dialog modality issues
  82. pref("browser.prefWindowModal", true);
  83. pref("browser.show_about_as_stupid_modal_window", false);
  84.  
  85. pref("browser.download.progressDnldDialog.keepAlive", false); // keep the dnload progress dialog up after dnload is complete
  86.  
  87. // various default search settings
  88. pref("browser.search.defaulturl", "chrome://navigator/locale/navigator.properties");
  89. pref("browser.search.opensidebarsearchpanel", true);
  90. pref("browser.search.last_search_category", "NC:SearchCategory?category=urn:search:category:1");
  91. pref("browser.search.mode", 0);
  92. pref("browser.search.powermode", 0);
  93. pref("browser.urlbar.autocomplete.enabled", true);
  94. pref("browser.urlbar.clickSelectsAll",false);
  95.  
  96. pref("browser.history.last_page_visited", "");
  97. pref("browser.history_expire_days", 9);
  98. pref("browser.sessionhistory.max_entries", 50);
  99.  
  100. pref("browser.PICS.ratings_enabled", false);
  101. pref("browser.PICS.pages_must_be_rated", false);
  102. pref("browser.PICS.disable_for_this_session", false);
  103. pref("browser.PICS.reenable_for_this_session", false);
  104. pref("browser.PICS.service.http___home_netscape_com_default_rating.service_enabled", true);
  105. pref("browser.PICS.service.http___home_netscape_com_default_rating.s", 0);
  106.  
  107. pref("browser.target_new_blocked", false);
  108.  
  109. // gfx widgets
  110. pref("nglayout.widget.mode", 2);
  111. pref("nglayout.widget.gfxscrollbars", true);
  112.  
  113. // use nsViewManager2
  114. pref("nglayout.view.useViewManager2", true);
  115.  
  116. // css2 hover pref
  117. pref("nglayout.events.showHierarchicalHover", false);
  118.  
  119. // whether or not to use xbl form controls
  120. pref("nglayout.debug.enable_xbl_forms", false);
  121.  
  122. // Smart Browsing prefs
  123. pref("browser.related.enabled", true);
  124. pref("browser.related.autoload", 1);  // 0 = Always, 1 = After first use, 2 = Never
  125. pref("browser.related.provider", "http://www-rl.netscape.com/wtgn?");
  126. pref("browser.related.disabledForDomains", "");
  127. pref("browser.goBrowsing.enabled", true);
  128.  
  129. // Default Capability Preferences: Security-Critical! 
  130. // Editing these may create a security risk - be sure you know what you're doing
  131. pref("capability.policy.default.barprop.visible.write", "UniversalBrowserWrite");
  132.  
  133. pref("capability.policy.default.domexception.code", "allAccess");
  134. pref("capability.policy.default.domexception.message", "allAccess");
  135. pref("capability.policy.default.domexception.name", "allAccess");
  136. pref("capability.policy.default.domexception.result", "allAccess");
  137. pref("capability.policy.default.domexception.tostring", "allAccess");
  138.  
  139. pref("capability.policy.default.history.current.read", "UniversalBrowserRead");
  140. pref("capability.policy.default.history.next.read", "UniversalBrowserRead");
  141. pref("capability.policy.default.history.previous.read", "UniversalBrowserRead");
  142. pref("capability.policy.default.history.item.read", "UniversalBrowserRead");
  143.  
  144. pref("capability.policy.default.location.hash.write", "allAccess");
  145. pref("capability.policy.default.location.host.write", "allAccess");
  146. pref("capability.policy.default.location.hostname.write", "allAccess");
  147. pref("capability.policy.default.location.href.write", "allAccess");
  148. pref("capability.policy.default.location.pathname.write", "allAccess");
  149. pref("capability.policy.default.location.port.write", "allAccess");
  150. pref("capability.policy.default.location.protocol.write", "allAccess");
  151. pref("capability.policy.default.location.search.write", "allAccess");
  152.  
  153. pref("capability.policy.default.navigator.preference.read", "UniversalPreferencesRead");
  154. pref("capability.policy.default.navigator.preference.write", "UniversalPreferencesWrite");
  155.  
  156. pref("capability.policy.default.windowinternal.close", "allAccess");
  157. pref("capability.policy.default.windowinternal.location.write", "allAccess");
  158.  
  159. pref("capability.policy.mailnews.sites", "mailbox: imap: news: pop: pop3:");
  160.  
  161. pref("capability.policy.mailnews.domexception.tostring", "noAccess");
  162. pref("capability.policy.mailnews.htmldocument.domain", "noAccess");
  163. pref("capability.policy.mailnews.htmldocument.url", "noAccess");
  164. pref("capability.policy.mailnews.nsdocument.location", "noAccess");
  165. pref("capability.policy.mailnews.window.name.write", "noAccess");
  166. pref("capability.policy.mailnews.windowinternal.location", "noAccess");
  167.  
  168. // window.openDialog is insecure and must be made inaccessible from web scripts - see bug 56009
  169. pref("capability.policy.default.windowinternal.opendialog", "noAccess");
  170.  
  171. pref("javascript.enabled",                  true);
  172. pref("javascript.allow.mailnews",           false);
  173. pref("javascript.options.strict",           false);
  174.  
  175. // advanced prefs
  176. pref("advanced.always_load_images",         true);
  177. pref("security.enable_java",                 true);
  178. pref("css.allow",                           true);
  179. pref("advanced.mailftp",                    false);
  180. pref("image.animation_mode",                "normal");
  181.  
  182. pref("offline.startup_state",            0);
  183. pref("offline.send.unsent_messages",            0);
  184. pref("offline.prompt_synch_on_exit",            true);
  185. pref("offline.news.download.use_days",          0);
  186.  
  187. pref("network.hosts.smtp_server",           "mail");
  188. pref("network.hosts.pop_server",            "mail");
  189. pref("network.protocols.useSystemDefaults",   false); // set to true if user links should use system default handlers
  190.  
  191. // <ruslan>
  192. pref("network.http.version", "1.1");      // default
  193. // pref("network.http.version", "1.0");   // uncomment this out in case of problems
  194. // pref("network.http.version", "0.9");   // it'll work too if you're crazy
  195. // keep-alive option is effectively obsolete. Nevertheless it'll work with
  196. // some older 1.0 servers:
  197.  
  198. pref("network.http.keep-alive", true); // set it to false in case of problems
  199. pref("network.http.proxy.keep-alive", true );
  200. pref("network.http.keep-alive.timeout", 300);
  201.  
  202. pref("network.http.max-connections",  8);
  203. pref("network.http.keep-alive.max-connections", 20); // max connections to be kept alive
  204. pref("network.http.keep-alive.max-connections-per-server", 8);
  205.  
  206. pref("network.http.connect.timeout",  30);    // in seconds
  207. pref("network.http.request.timeout", 120);    // in seconds
  208.  
  209. // Enable http compression: comment this out in case of problems with 1.1
  210. pref("network.http.accept-encoding" ,"gzip,deflate,compress,identity");
  211.  
  212. pref("network.http.pipelining"      , false);
  213. pref("network.http.proxy.pipelining", false);
  214.  
  215. // Always pipeling the very first request:  this will only work when you are
  216. // absolutely sure the the site or proxy you are browsing to/through support
  217. // pipelining; the default behavior will be that the browser will first make
  218. // a normal, non-pipelined request, then  examine  and remember the responce
  219. // and only the subsequent requests to that site will be pipeline
  220. pref("network.http.pipelining.firstrequest", false);
  221.  
  222. // Max number of requests in the pipeline
  223. pref("network.http.pipelining.maxrequests" , 4);
  224.  
  225. pref("network.http.proxy.ssl.connect",true);
  226. // </ruslan>
  227.  
  228. // sspitzer:  change this back to "news" when we get to beta.
  229. // for now, set this to news.mozilla.org because you can only
  230. // post to the server specified by this pref.
  231. pref("network.hosts.nntp_server",           "news.mozilla.org");
  232.  
  233. pref("network.hosts.socks_server",          "");
  234. pref("network.hosts.socks_serverport",      1080);
  235. pref("network.hosts.socks_conf",            "");
  236. pref("network.image.imageBehavior",         0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse
  237. pref("network.image.warnAboutImages",       false);
  238. pref("network.proxy.autoconfig_url",        "");
  239. pref("network.proxy.type",                  0);
  240. pref("network.proxy.ftp",                   "");
  241. pref("network.proxy.ftp_port",              0);
  242. pref("network.proxy.gopher",                "");
  243. pref("network.proxy.gopher_port",           0);
  244. pref("network.proxy.news",                  "");
  245. pref("network.proxy.news_port",             0);
  246. pref("network.proxy.http",                  "");
  247. pref("network.proxy.http_port",             0);
  248. pref("network.proxy.wais",                  "");
  249. pref("network.proxy.wais_port",             0);
  250. pref("network.proxy.ssl",                   "");
  251. pref("network.proxy.ssl_port",              0);
  252. pref("network.proxy.socks",                 "");
  253. pref("network.proxy.socks_port",            0);
  254. pref("network.proxy.no_proxies_on",         "");
  255. pref("network.online",                      true); //online/offline
  256. pref("network.accept_cookies",              0);     // 0 = Always, 1 = warn, 2 = never
  257. pref("network.foreign_cookies",             0); // 0 = Accept, 1 = Don't accept
  258. pref("network.cookie.cookieBehavior",       0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse
  259. pref("network.cookie.warnAboutCookies",     false);
  260. pref("signon.rememberSignons",              true);
  261. pref("network.sendRefererHeader",           2); // 0=don't send any, 1=send only on clicks, 2=send on image requests as well
  262. pref("network.enablePad",                   false); // Allow client to do proxy autodiscovery
  263. pref("converter.html2txt.structs",          true); // Output structured phrases (strong, em, code, sub, sup, b, i, u)
  264. pref("converter.html2txt.header_strategy",  1); // 0 = no indention; 1 = indention, increased with header level; 2 = numbering and slight indention
  265. pref("wallet.captureForms",                 true);
  266. pref("wallet.notified",                     false);
  267. pref("wallet.TutorialFromMenu",             "chrome://navigator/locale/navigator.properties");
  268. pref("wallet.Server",                       "chrome://navigator/locale/navigator.properties");
  269. pref("wallet.Samples",                      "chrome://navigator/locale/navigator.properties");
  270. pref("wallet.version",                      "1");
  271. pref("wallet.enabled",                      true);
  272. pref("wallet.crypto",                       false);
  273. pref("imageblocker.enabled",                true);
  274. pref("intl.accept_languages",               "chrome://navigator/locale/navigator.properties");
  275. pref("intl.accept_charsets",                "iso-8859-1,*,utf-8");
  276. pref("intl.collationOption",                "chrome://navigator/locale/navigator.properties");
  277.  
  278. pref("intl.charsetmenu.browser.static",     "chrome://navigator/locale/navigator.properties");
  279. pref("intl.charsetmenu.browser.more1",      "chrome://navigator/locale/navigator.properties");
  280. pref("intl.charsetmenu.browser.more2",      "chrome://navigator/locale/navigator.properties");
  281. pref("intl.charsetmenu.browser.more3",      "chrome://navigator/locale/navigator.properties");
  282. pref("intl.charsetmenu.browser.more4",      "chrome://navigator/locale/navigator.properties");
  283. pref("intl.charsetmenu.browser.more5",      "chrome://navigator/locale/navigator.properties");
  284. pref("intl.charsetmenu.mailedit",           "chrome://navigator/locale/navigator.properties");
  285. pref("intl.charsetmenu.browser.cache",      "");
  286. pref("intl.charsetmenu.mailview.cache",     "");
  287. pref("intl.charsetmenu.composer.cache",     "");
  288. pref("intl.charsetmenu.browser.cache.size", 5);
  289. pref("intl.charset.detector",                "chrome://navigator/locale/navigator.properties");
  290. pref("intl.charset.default",                "chrome://navigator/locale/navigator.properties");
  291.  
  292. pref("font.default", "serif");
  293. pref("font.size.variable.ar", 16);
  294. pref("font.size.fixed.ar", 13);
  295.  
  296. pref("font.size.variable.el", 16);
  297. pref("font.size.fixed.el", 13);
  298.  
  299. pref("font.size.variable.he", 16);
  300. pref("font.size.fixed.he", 13);
  301.  
  302. pref("font.size.variable.ja", 16);
  303. pref("font.size.fixed.ja", 16);
  304.  
  305. pref("font.size.variable.ko", 16);
  306. pref("font.size.fixed.ko", 16);
  307.  
  308. pref("font.size.variable.th", 16);
  309. pref("font.size.fixed.th", 13);
  310.  
  311. pref("font.size.variable.tr", 16);
  312. pref("font.size.fixed.tr", 13);
  313.  
  314. pref("font.size.variable.x-baltic", 16);
  315. pref("font.size.fixed.x-baltic", 13);
  316.  
  317. pref("font.size.variable.x-central-euro", 16);
  318. pref("font.size.fixed.x-central-euro", 13);
  319.  
  320. pref("font.size.variable.x-cyrillic", 16);
  321. pref("font.size.fixed.x-cyrillic", 13);
  322.  
  323. pref("font.size.variable.x-unicode", 16);
  324. pref("font.size.fixed.x-unicode", 13);
  325.  
  326. pref("font.size.variable.x-western", 16);
  327. pref("font.size.fixed.x-western", 13);
  328.  
  329. pref("font.size.variable.zh-CN", 16);
  330. pref("font.size.fixed.zh-CN", 16);
  331.  
  332. pref("font.size.variable.zh-TW", 16);
  333. pref("font.size.fixed.zh-TW", 16);
  334.  
  335. // -- folders (Mac: these are binary aliases.)
  336. localDefPref("mail.signature_file",             "");
  337. localDefPref("mail.directory",                  "");
  338.  
  339. pref("images.dither", "auto");
  340. localDefPref("news.directory",                  "");
  341. localDefPref("security.directory",              "");
  342.  
  343. pref("autoupdate.enabled",              true);
  344.  
  345. pref("silentdownload.enabled",    true);
  346. pref("silentdownload.directory",  "");
  347. pref("silentdownload.range",      3000);
  348. pref("silentdownload.interval",  10000);
  349.  
  350. pref("browser.editor.disabled", false);
  351.  
  352. pref("spellchecker.dictionary", "");
  353.  
  354. pref("signed.applets.codebase_principal_support", false);
  355. pref("security.checkloaduri", true);
  356. pref("security.xpconnect.plugin.unrestricted", true);
  357.  
  358. // Modifier key prefs: default to Windows settings,
  359. // menu access key = alt, accelerator key = control.
  360. pref("ui.key.accelKey", 17);
  361. pref("ui.key.menuAccessKey", 18);
  362. pref("ui.key.menuAccessKeyFocuses", false);
  363. pref("ui.key.saveLink.shift", true); // true = shift, false = meta
  364.  
  365. // Middle-mouse handling
  366. pref("middlemouse.paste", false);
  367. pref("middlemouse.openNewWindow", true);
  368. pref("middlemouse.contentLoadURL", false);
  369. pref("middlemouse.scrollbarPosition", false);
  370.  
  371. // Clipboard behavior
  372. pref("clipboard.autocopy", false);
  373.  
  374. // 0=lines, 1=pages, 2=history , 3=text size
  375. pref("mousewheel.withnokey.action",0);
  376. pref("mousewheel.withnokey.numlines",1);    
  377. pref("mousewheel.withnokey.sysnumlines",true);
  378. pref("mousewheel.withcontrolkey.action",0);
  379. pref("mousewheel.withcontrolkey.numlines",1);
  380. pref("mousewheel.withcontrolkey.sysnumlines",true);
  381. pref("mousewheel.withshiftkey.action",0);
  382. pref("mousewheel.withshiftkey.numlines",1);
  383. pref("mousewheel.withshiftkey.sysnumlines",false);
  384. pref("mousewheel.withaltkey.action",2);
  385. pref("mousewheel.withaltkey.numlines",1);
  386. pref("mousewheel.withaltkey.sysnumlines",false);
  387.  
  388. pref("profile.confirm_automigration",true);
  389.  
  390. // Customizable toolbar stuff
  391. pref("custtoolbar.personal_toolbar_folder", "");
  392.  
  393. pref("sidebar.customize.all_panels.url", "http://sidebar-rdf.netscape.com/%LOCALE%/sidebar-rdf/%SIDEBAR_VERSION%/all-panels.rdf");
  394. pref("sidebar.customize.more_panels.url", "http://dmoz.org/Netscape/Sidebar/");
  395.  
  396. pref("prefs.converted-to-utf8",false);
  397. // --------------------------------------------------
  398. // IBMBIDI 
  399. // --------------------------------------------------
  400. //
  401. // ------------------
  402. //  Text Direction
  403. // ------------------
  404. // 1 = directionLTRBidi *
  405. // 2 = directionRTLBidi
  406. pref("bidi.direction", 1);
  407. // ------------------
  408. //  Text Type
  409. // ------------------
  410. // 1 = charsettexttypeBidi *
  411. // 2 = logicaltexttypeBidi
  412. // 3 = visualtexttypeBidi
  413. pref("bidi.texttype", 1);
  414. // ------------------
  415. //  Controls Text Mode
  416. // ------------------
  417. // 1 = logicalcontrolstextmodeBidiCmd
  418. // 2 = visiualcontrolstextmodeBidi
  419. // 3 = containercontrolstextmodeBidi *
  420. pref("bidi.controlstextmode", 1);
  421. // ------------------
  422. //  Clipboard Text Mode
  423. // ------------------
  424. //  1 = logicalclipboardtextmodeBidi
  425. // 2 = visiualclipboardtextmodeBidi
  426. // 3 = sourceclipboardtextmodeBidi *
  427. pref("bidi.clipboardtextmode", 3);
  428. // ------------------
  429. //  Numeral Style
  430. // ------------------
  431. // 1 = regularcontextnumeralBidi *
  432. // 2 = hindicontextnumeralBidi
  433. // 3 = arabicnumeralBidi
  434. // 4 = hindinumeralBidi
  435. pref("bidi.numeral", 1);
  436. // ------------------
  437. //  Support Mode
  438. // ------------------
  439. // 1 = mozillaBidisupport *
  440. // 2 = OsBidisupport
  441. // 3 = disableBidisupport
  442. pref("bidi.support", 1);
  443. // ------------------
  444. //  Charset Mode
  445. // ------------------
  446. // 1 = doccharactersetBidi *
  447. // 2 = defaultcharactersetBidi
  448. pref("bidi.characterset", 1);
  449.  
  450.  
  451. pref("browser.throbber.url","chrome://navigator-region/locale/region.properties");
  452.